/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook1 {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 188px;
    border: 1px solid #ccc;
    cursor: text;
    font-size: 12px;
   
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;
    float : left; /* Added to display the jquery validate tick marks next to the field instead of below it */
}

ul.error {
	border:1px solid #d31010;background:#fdfdfd;color:#d31010;font-size:11px;
}

ul.token-input-list-facebook1 li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook1 {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 2px 3px;
    background-color: #e2f0b8;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook1 p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook1 span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;float: right;
margin-top: 1px;
}

li.token-input-selected-token-facebook1 {
   
}

li.token-input-input-token-facebook1 {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook1 {
    position: absolute;
    width: 188px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook1 p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook1 ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook1 ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook1 ul li.token-input-dropdown-item-facebook1 {
    background-color: #fff;
}

div.token-input-dropdown-facebook1 ul li.token-input-dropdown-item2-facebook1 {
    background-color: #fff;
}

div.token-input-dropdown-facebook1 ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook1 ul li.token-input-selected-dropdown-item-facebook1 {
    background-color: #3b5998;
    color: #fff;
}